}
&.header {
- border-bottom: 1px solid transparentize(black, 0.9);
- border-radius: 0;
+ border-bottom-color: transparentize(black, 0.9);
- &:backdrop { border-color: transparentize(black, 0.9); }
+ &:backdrop { border-bottom-color: transparentize(black, 0.9); }
}
&.button {
color: transparentize($fg_color, 0.55);
- &:hover {
- @extend %undecorated_button;
-
- color: $fg_color;
- }
-
- &:backdrop {
- @extend %undecorated_button;
-
- color: transparentize($backdrop_fg_color,0.55);
- }
+ &:hover { color: $fg_color; }
- &:disabled {
- @extend %undecorated_button;
+ &:backdrop { color: transparentize($backdrop_fg_color,0.55); }
- color: transparentize($insensitive_fg_color,0.55);
- }
+ &:disabled { color: transparentize($insensitive_fg_color,0.55); }
}
- &:indeterminate,
- &:indeterminate:backdrop { color: gtkalpha(currentColor, 0.55); }
+ &.highlight {
+ color: $insensitive_fg_color;
- &.highlight,
- &.highlight:backdrop {
- font-size: smaller;
- color: $fg_color;
+ &:backdrop { color: $backdrop_insensitive_color; }
}
-
&:backdrop {
color: $backdrop_text_color;
border-color: $backdrop_borders_color;
}
+
+ &:indeterminate { color: gtkalpha(currentColor, 0.3); }
}
button:visited, button:link:hover, button:link:active, button:link:checked,
button:visited:hover,
button:visited:active,
-button:visited:checked, calendar.button, calendar.button:hover, calendar.button:backdrop, calendar.button:disabled, .scale-popup button:hover, .scale-popup button:backdrop:hover, .scale-popup button:backdrop:disabled, .scale-popup button:backdrop {
+button:visited:checked, calendar.button, .scale-popup button:hover, .scale-popup button:backdrop:hover, .scale-popup button:backdrop:disabled, .scale-popup button:backdrop {
background-color: transparent;
background-image: none;
border-color: transparent;
calendar:selected {
border-radius: 3px; }
calendar.header {
- border-bottom: 1px solid rgba(0, 0, 0, 0.1);
- border-radius: 0; }
+ border-bottom-color: rgba(0, 0, 0, 0.1); }
calendar.header:backdrop {
- border-color: rgba(0, 0, 0, 0.1); }
+ border-bottom-color: rgba(0, 0, 0, 0.1); }
calendar.button {
color: rgba(238, 238, 236, 0.45); }
calendar.button:hover {
color: rgba(145, 148, 148, 0.45); }
calendar.button:disabled {
color: rgba(145, 148, 148, 0.45); }
- calendar:indeterminate, calendar:indeterminate:backdrop {
- color: alpha(currentColor,0.55); }
- calendar.highlight, calendar.highlight:backdrop {
- font-size: smaller;
- color: #eeeeec; }
+ calendar.highlight {
+ color: #919494; }
+ calendar.highlight:backdrop {
+ color: #566164; }
calendar:backdrop {
color: #d3d4d5;
border-color: #202425; }
+ calendar:indeterminate {
+ color: alpha(currentColor,0.3); }
/***********
* Dialogs *
button:visited, button:link:hover, button:link:active, button:link:checked,
button:visited:hover,
button:visited:active,
-button:visited:checked, calendar.button, calendar.button:hover, calendar.button:backdrop, calendar.button:disabled, .scale-popup button:hover, .scale-popup button:backdrop:hover, .scale-popup button:backdrop:disabled, .scale-popup button:backdrop {
+button:visited:checked, calendar.button, .scale-popup button:hover, .scale-popup button:backdrop:hover, .scale-popup button:backdrop:disabled, .scale-popup button:backdrop {
background-color: transparent;
background-image: none;
border-color: transparent;
calendar:selected {
border-radius: 3px; }
calendar.header {
- border-bottom: 1px solid rgba(0, 0, 0, 0.1);
- border-radius: 0; }
+ border-bottom-color: rgba(0, 0, 0, 0.1); }
calendar.header:backdrop {
- border-color: rgba(0, 0, 0, 0.1); }
+ border-bottom-color: rgba(0, 0, 0, 0.1); }
calendar.button {
color: rgba(46, 52, 54, 0.45); }
calendar.button:hover {
color: rgba(139, 142, 143, 0.45); }
calendar.button:disabled {
color: rgba(139, 142, 143, 0.45); }
- calendar:indeterminate, calendar:indeterminate:backdrop {
- color: alpha(currentColor,0.55); }
- calendar.highlight, calendar.highlight:backdrop {
- font-size: smaller;
- color: #2e3436; }
+ calendar.highlight {
+ color: #8b8e8f; }
+ calendar.highlight:backdrop {
+ color: #c3c3c0; }
calendar:backdrop {
color: #323232;
border-color: #c0c0bd; }
+ calendar:indeterminate {
+ color: alpha(currentColor,0.3); }
/***********
* Dialogs *